



.live-casino-wrap {
    border-bottom: 1px solid #000000;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.live-casino-wrap h1 {
    height: 40px;
    line-height: 60px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
}

.game-list {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.game-list ul li {
    /* width: 24.2%; */
    width: 19%;
    height: auto;
    padding-bottom: 20px;
    background: url(/asset/img/live_back.jpg);
    background-size: 100%;
    filter: grayscale(0%);
    position: relative;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #5f5f5f;
    cursor: pointer;
    transition-duration: 0.3s;
}

.game-list ul li {
    background: url(/asset/img/live_back.jpg);
}

.game-list ul li h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px !important;
    position: absolute;
    right: 5%;
    bottom: 25%;
    line-height: 50px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
}

.game-list ul li h2 span {
    font-weight: 500;
    font-size:12px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 5px;
    float: right;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
}

.game-list ul li h2 span:hover {
    background: #DC4F00;
    border: 1px solid #DC4F00;
    transition-duration: 0.3s;
}


#gameLoading {
    background: transparent;
}

.game-list ul li:hover {
    filter: grayscale(0);
    border: 1px solid #DC4F00;
    transition-duration: 0.3s;
}

.game-list ul li .char {
    transition-duration: 0.3s;
    display: block;
    transition-duration: 0.7s;
}

.game-list ul li:hover .char {
    opacity: 10;
    padding-left: 20px;
    transition-duration: 0.7s;
}

.game-list ul li .char img {
    margin-left: -10%;
}

/*slot*/
.slot-wrap {
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;

}

.slot-list {
    margin-top: 20px;
    width: 99.6%;
    overflow: hidden;
}

.slot-mimg {
    width: 29%;
    margin-right: 13px;
    float: left;
}

.slot-mimg img {
    width: 100%;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #5f5f5f;
    float: left;
    transition-duration: 0.3s;
}

.slot-mimg img:hover {
    filter: blur(3px);
}

.slot-accarea {
    width: 75%;
    height: 100px;
    padding-left: 50px;
    display: inline-block;
}

.slot-accarea .t01 {
    height: 48px;
    font-weight: 400;
    font-size: 32px;
    color: #FBA06E;
    margin: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-accarea .t02 {
    color: #A5A5A5;
    font-size: 13px;
    height: 23px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-accarea .t03 {
    font-size: 12px;
    color: #A5A5A5;
    font-weight: normal;
    height: 23px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-btn {
    text-align: right;
}

.slot-btn button:hover {
    border: none;
    background: #DC4F00;
    border: 1px solid #f1aa6c;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    transition-duration: 0.2s;
    font-weight: bold;
}

.slot-btn button {
    border: none;
    background: #181818;
    border: 1px solid #424242;
    border-radius: 6px;
    font-size: 12px;
    width: 10%;
    height: 5vh;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    transition-duration: 0.2s;
    font-weight: bold;
}


.board-list {
    margin-top: 30px;
    height: auto;
}

.list-b {
    width: 31.2%;
    height: 239px;
    float: left;
    margin-right: 20px;
    background: #181818;
    border: 1px solid #393939;
    border-radius: 8px;
}

.list-b table {
    margin-left: 25px;
    border-collapse: collapse;
    font-size: 12px;
    color: #fff;
    width: 90%;
}

.list-b table tr {
    border-bottom: 1px solid #373737;
    height: 40px;
    transition-duration: 0.3s;
}

.list-b table tr:last-child {
    border-bottom: none;
}

.list-b table tr:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    transition-duration: 0.3s;
    color: #ffc600;
}

.list-b h1 {
    width: 50%;
    font-size: 18px;
    margin-left: 30px;
    height: 31px;
    margin-top: 20px;
}

.list-b h1 span:nth-child(1) {
    color: #FBA06E;
    font-weight: 600;
    text-align: center;
    width: 70px;
    margin-right: 5px;
    border: 2px solid #FBA06E;
    border-radius: 30px;
    display: inline-block;
}

.list-b h1 span {
    color: #DC4F00;
    font-weight: 400;
    border: none;
}

/* popup */

.popup-close {
    height:30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}

.popup-close a {
    padding: 0 10px;
    /* color: #c79f5f; */
    color: #FFD700;
    line-height: 20px;
    border: 1px solid rgba(255, 215, 0, 1);
    border-radius: 3px;
}

.popup-close .btn-close {
    float: right;
}

.popup-close .btn-close:after {
    content: "창닫기 ✕";
}

.popup-close .btn-close2 {
    margin-right: 2px;
    float: right;
}

.popup-close .btn-close2:after {
    content: "오늘 하루 그만보기";
}

/* 팝업의 위치와 가시성을 보장하는 스타일 */



.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;  /* z-index를 충분히 높게 설정 */
    background-color: rgba(0, 0, 0, 0.5); /* 배경 반투명 효과 추가 */
}

.pop_main {
    position: relative;
    z-index: 10001;  /* pop_main도 z-index를 높여주기 */
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;  /* 오른쪽 상단에 위치하도록 조정 */
    z-index: 10002;  /* 버튼의 z-index도 높여주기 */
}

@media screen and (min-width: 200px) and (max-width: 500px){
    .btn-close2 {
        position: relative;
        left: 300px;
        top: 50px;
        float: right;
    }

    .pop_main {
    display:inline-block;
    width:300px;
    height:400px;
    }

    #popup1 {
        z-index: 1000px;
        position: absolute;
    }
    #popup2 {
        z-index: 1100px;
        position: absolute;

    }
    #popup3 {
        z-index: 1200px;
        position: absolute;
    }
    #popup4 {
        z-index: 1200px;
        position: absolute;
    }
    #popup5 {
        z-index: 1200px;
        position: absolute;
    }

    .popup-close {
    position: absolute;
    top: 10px;
    right: 26px;  /* 오른쪽 상단에 위치하도록 조정 */
    z-index: 10002;  /* 버튼의 z-index도 높여주기 */
}

}
